internal/sync.entry.compareAndSwap (method)

one use

	internal/sync (current package)
		hashtriemap.go#L632: func (head *entry[K, V]) compareAndSwap(key K, old, new V, valEqual equalFunc) (*entry[K, V], bool) {